projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f23c69
)
Don't add custom-initialize-frame to after-make-frame-hook.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:54:36 +0000
(19:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:54:36 +0000
(19:54 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 2dbdf2aa1ce8f32de1bd7f4e06ab199c095f938b..c0d64a8ecfbb800fe64dd72a2c1b5bed591ff875 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-544,10
+544,6
@@
If FRAME is missing or nil, the first member of (frame-list) is used."
(custom-get-frame-properties frame))
(custom-initialize-faces frame)))
-;; Enable. This should go away when bundled with Emacs.
-(unless (string-match "XEmacs" emacs-version)
- (add-hook 'after-make-frame-hook 'custom-initialize-frame))
-
;;; Initializing.
(and (fboundp 'make-face)